From 4e9f4fbc773f01170529e973aceefaf434b127db Mon Sep 17 00:00:00 2001 From: Cosimo Cecchi Date: Tue, 21 Aug 2012 11:14:46 +0200 Subject: [PATCH] textview: fix a typo in method gtk-doc annotation This was causing a warning from the introspection scanner. --- gtk/gtktextview.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtktextview.c b/gtk/gtktextview.c index 2f27ff840e..6f8fb265d8 100644 --- a/gtk/gtktextview.c +++ b/gtk/gtktextview.c @@ -9688,7 +9688,7 @@ gtk_text_view_move_visually (GtkTextView *text_view, /** * gtk_text_view_set_input_purpose: - * @text_vew: a #GtkTextView + * @text_view: a #GtkTextView * @purpose: the purpose * * Sets the #GtkTextView:input-purpose property which -- 2.30.2